From 083f82dea84178a8d21aaaf9c456dc1804bf4cbd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 2 Nov 2023 14:34:52 +0000 Subject: [PATCH] lbgtk-4-dev: Add Provides for included GIR XML files Representing these by systematic names gir1.2-*-dev, and perhaps eventually separating them into their own binary package, will help to enable cross-compilation with GObject-Introspection removed by a build profile. Helps: #1030223 --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 915aae2061..231af37255 100644 --- a/debian/control +++ b/debian/control @@ -191,6 +191,11 @@ Depends: gir1.2-gtk-4.0 (= ${binary:Version}), libgtk-4-1 (= ${binary:Version}) Suggests: libgtk-4-doc, gtk-4-examples +Provides: gir1.2-gdk-4.0-dev (= ${binary:Version}), + gir1.2-gdkwayland-4.0-dev (= ${binary:Version}) [linux-any], + gir1.2-gdkx11-4.0-dev (= ${binary:Version}), + gir1.2-gsk-4.0-dev (= ${binary:Version}), + gir1.2-gtk-4.0-dev (= ${binary:Version}) Description: development files for the GTK library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable -- 2.30.2